home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TTABLEPREVIEW / TTABLEPREVIEW.txt
Text File  |  1996-04-01  |  587b  |  33 lines

  1. object TablePreview: TTablePreview
  2.   Left = 86
  3.   Top = 123
  4.   BorderStyle = bsDialog
  5.   Caption = 'Table Designer: Preview'
  6.   ClientHeight = 343
  7.   ClientWidth = 663
  8.   Font.Color = clWindowText
  9.   Font.Height = -17
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 20
  14.   object Memo1: TMemo
  15.     Left = 14
  16.     Top = 18
  17.     Width = 635
  18.     Height = 271
  19.     Lines.Strings = (
  20.       'Memo1')
  21.     ScrollBars = ssBoth
  22.     TabOrder = 0
  23.   end
  24.   object BitBtn1: TBitBtn
  25.     Left = 286
  26.     Top = 300
  27.     Width = 89
  28.     Height = 33
  29.     TabOrder = 1
  30.     Kind = bkOK
  31.   end
  32. end
  33.